home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / Iface.exe / 0 / RCDATA / TFORMANALISISPROGRAMADO / TFORMANALISISPROGRAMADO.txt < prev   
Text File  |  2008-07-20  |  4KB  |  169 lines

  1. object FormAnalisisProgramado: TFormAnalisisProgramado
  2.   Left = 560
  3.   Top = 181
  4.   BorderStyle = bsSingle
  5.   Caption = 'Programar la ejecuci∩┐╜n de an∩┐╜lisis'
  6.   ClientHeight = 288
  7.   ClientWidth = 461
  8.   Color = 14609391
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PlaGroupBox1: TPlaGroupBox
  21.     Left = 14
  22.     Top = 7
  23.     Width = 433
  24.     Height = 235
  25.     TitleFont.Charset = DEFAULT_CHARSET
  26.     TitleFont.Color = 13977088
  27.     TitleFont.Height = -11
  28.     TitleFont.Name = 'Tahoma'
  29.     TitleFont.Style = []
  30.     Caption = 'An∩┐╜lisis programados'
  31.     TabOrder = 0
  32.     object IconoEsquina: TImage
  33.       Left = 10
  34.       Top = 22
  35.       Width = 32
  36.       Height = 32
  37.       Picture.Data = {<image000.bmp>}
  38.       Transparent = True
  39.     end
  40.     object TxtInfoAnalisisProgramado: TLabel
  41.       Left = 57
  42.       Top = 22
  43.       Width = 303
  44.       Height = 13
  45.       Caption = 'Actualmente est∩┐╜n definidos los siguientes an∩┐╜lisis programados.'
  46.       Transparent = True
  47.     end
  48.     object PLVAnalisisProgramado: TPlaListView
  49.       Left = 57
  50.       Top = 56
  51.       Width = 224
  52.       Height = 161
  53.       Color = clWhite
  54.       CheckBoxes = False
  55.       Columns = <
  56.         item
  57.           Width = 222
  58.           Font.Charset = DEFAULT_CHARSET
  59.           Font.Color = clWindowText
  60.           Font.Height = -11
  61.           Font.Name = 'MS Sans Serif'
  62.           Font.Style = []
  63.         end>
  64.       DragCursor = crDrag
  65.       DragMode = dmManual
  66.       HideSelection = False
  67.       ImageList = CDImagenes.ILElementosAnalisis
  68.       MultiSelect = False
  69.       ParentColor = False
  70.       ShowColumnHeaders = False
  71.       TabOrder = 0
  72.       OnDblClick = PLVAnalisisProgramadoDblClick
  73.       OnSelectItem = PLVAnalisisProgramadoSelectItem
  74.       Data = {000100000000FE}
  75.     end
  76.     object BNuevoAnalisis: TPlaButton
  77.       Left = 298
  78.       Top = 56
  79.       Width = 123
  80.       Height = 21
  81.       Caption = 'Nuevo an∩┐╜lisis...'
  82.       TabOrder = 1
  83.       OnClick = BNuevoAnalisisClick
  84.     end
  85.     object BConfigurarAnalisis: TPlaButton
  86.       Left = 298
  87.       Top = 88
  88.       Width = 123
  89.       Height = 21
  90.       Caption = 'Configurar an∩┐╜lisis...'
  91.       Enabled = False
  92.       TabOrder = 2
  93.       OnClick = BConfigurarAnalisisClick
  94.     end
  95.     object BEliminarAnalisis: TPlaButton
  96.       Left = 298
  97.       Top = 120
  98.       Width = 123
  99.       Height = 21
  100.       Caption = 'Eliminar an∩┐╜lisis'
  101.       Enabled = False
  102.       TabOrder = 3
  103.       OnClick = BEliminarAnalisisClick
  104.     end
  105.     object BAnalizarAhora: TPlaButton
  106.       Left = 298
  107.       Top = 196
  108.       Width = 123
  109.       Height = 21
  110.       Caption = 'Analizar ahora'
  111.       Enabled = False
  112.       TabOrder = 4
  113.       OnClick = BAnalizarAhoraClick
  114.     end
  115.     object PTVArbol: TPlaTreeView
  116.       Left = 10
  117.       Top = 183
  118.       Width = 36
  119.       Height = 34
  120.       AllowMultiDrag = False
  121.       AutoCheck = False
  122.       AutoExpand = False
  123.       AutoScroll = True
  124.       ChangeDelay = 0
  125.       CheckBoxesType = ctNone
  126.       DragExpandDelay = 100
  127.       ExpandOnDrag = True
  128.       HideSelection = True
  129.       HotTrack = False
  130.       Indent = 19
  131.       MultiSelect = False
  132.       ShowLines = False
  133.       ShowButtons = True
  134.       ShowHeader = False
  135.       ReadOnly = False
  136.       ShowRoot = True
  137.       SortOrder = soAscending
  138.       SortType = stNone
  139.       ToolTips = True
  140.       DragCursor = crDrag
  141.       DragMode = dmManual
  142.       TabOrder = 5
  143.       Visible = False
  144.       Data = {000100000000FE}
  145.     end
  146.   end
  147.   object BAceptar: TPlaButton
  148.     Left = 311
  149.     Top = 256
  150.     Width = 64
  151.     Height = 21
  152.     Anchors = [akLeft, akBottom]
  153.     Caption = 'Aceptar'
  154.     TabOrder = 1
  155.     ModalResult = 1
  156.   end
  157.   object BCancelar: TPlaButton
  158.     Left = 383
  159.     Top = 256
  160.     Width = 64
  161.     Height = 21
  162.     Anchors = [akLeft, akBottom]
  163.     Caption = 'Cancelar'
  164.     TabOrder = 2
  165.     Cancel = True
  166.     ModalResult = 2
  167.   end
  168. end
  169.